home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / con_005c.zip / CONCORD.RAR / STRUCT.DOC < prev    next >
Text File  |  1997-04-25  |  1KB  |  21 lines

  1. CONFIG.DAT structure :
  2.  
  3. Place  Description               Appearance                        Definition
  4.  
  5.  1st - Configuration file header [1]                               (ConfigHdr)
  6.  2nd - Main configuration record [1]                               (ConfigRec)
  7.  3rd - Modem response records    [0..ConfigRec.Modems.ResponseCnt] (ModemResponseRec)
  8.  4th - Net address records       [0..ConfigHdr.NetCnt]             (NetAddrRec)
  9.  5th - User limit records        [0..ConfigHdr.Limits]             (LimitRecord)
  10.  6th - System event records      [0..ConfigHdr.Events]             (EventRecord)
  11.  7th - Transfer protocol records [0..ConfigHdr.Protos]             (ProtocolRecord)
  12.  8th - Packer records            [0..ConfigHdr.Archives]           (ArchiveRecord)
  13.  9th - Message editor records    [0..ConfigHdr.Editors]            (EditorRecord)
  14. 10th - Char set records          [0..ConfigHdr.CharSets]           (CharSetRecord)
  15.  
  16. Note: All records can be of fixed length. Record size fields in
  17.       ConfigHdr should be used to read records correctly to memory.
  18.  
  19. Note: ConfigHdr.FAreaSize, ConfigHdr.MAreaSize and ConfigHdr.DoorSize
  20.       record size fields are always read from CONFIG.DAT in system path.
  21.